
scripted_effect = {
  name = enforce_sync_logic
  effect = {
    if = {
      limit = { has_global_variable = host_authority_result }
      set_variable = { name=local_result value=host_authority_result }
    }
  }
}
